home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6372 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: columba.udac.uu.se!news
  2. From: Enrico Savazzi <enrico.savazzi@pal.uu.se>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP, serial comms and RS232 etc.
  5. Date: Mon, 12 Feb 1996 09:25:17 +0100
  6. Organization: Uppsala University
  7. Message-ID: <311EF96D.6C5F@pal.uu.se>
  8. References: <4fd1ct$kof@bignews.shef.ac.uk>
  9. NNTP-Posting-Host: esavazzi.pal.uu.se
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Ez wrote:
  16. > It has become that I am going to have to communicate with a system using
  17. > the serial port and to RS232 standards. [snip]
  18. > or last resort a book,(as I'm a bit skint).
  19.  
  20. I don't use BC++ but some time ago I wrote C++ code to do just 
  21. that. I got all information from: Campbell J. (1987): C 
  22. programmer's guide to serial communications (Howard W. Sams & 
  23. Co). This book is useful only for DOS programming. Under Windows 
  24. 95 and Windows NT, use the WIN32 functions instead. They let you 
  25. do just about everything with a serial port.
  26.  
  27. E. Savazzi
  28.